home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 November
/
PCWorld_2006-11_cd.bin
/
domacnost a kancelar
/
findgraph
/
fgraph.exe
/
{app}
/
TestVC
/
Crov.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-08-09
|
1KB
|
50 lines
// Crov.h : main header file for the CROV application
//
#if !defined(AFX_CROV_H__51F9B1E5_CAEF_11D4_A5D3_444553540000__INCLUDED_)
#define AFX_CROV_H__51F9B1E5_CAEF_11D4_A5D3_444553540000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CCrovApp:
// See Crov.cpp for the implementation of this class
//
class CCrovApp : public CWinApp
{
public:
CCrovApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCrovApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CCrovApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CROV_H__51F9B1E5_CAEF_11D4_A5D3_444553540000__INCLUDED_)